LEADTOOLS (Leadtools assembly)

Write(Byte[],Int32,UInt32) Method

Show in webframe







The buffer containing data to write to the stream.
Index into buffer where writing begins.
The maximum number of bytes to write.
Writes the specified number of bytes from buffer to the LeadFileStream object.
Syntax
public uint Write( 
   byte[] buffer,
   int bufferIndex,
   uint count
)
'Declaration
 
Public Overloads Function Write( _
   ByVal buffer() As Byte, _
   ByVal bufferIndex As Integer, _
   ByVal count As UInteger _
) As UInteger
'Usage
 
Dim instance As LeadFileStream
Dim buffer() As Byte
Dim bufferIndex As Integer
Dim count As UInteger
Dim value As UInteger
 
value = instance.Write(buffer, bufferIndex, count)
public uint Write( 
   byte[] buffer,
   int bufferIndex,
   uint count
)

            

            
 function Leadtools.LeadFileStream.Write(Byte[],Int32,UInt32)( 
   buffer ,
   bufferIndex ,
   count 
)
public:
uint Write( 
   array<byte>^ buffer,
   int bufferIndex,
   uint count
) 

Parameters

buffer
The buffer containing data to write to the stream.
bufferIndex
Index into buffer where writing begins.
count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the LeadFileStream object.
Remarks

Use the CanWrite property to determine whether the current instance supports reading.

Requirements

Target Platforms

See Also

Reference

LeadFileStream Class
LeadFileStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.